dsh-tool-gitbash:面向 Windows 的 Git Bash 工具插件
dsh-tool-gitbash 是一款面向 Windows 環境的 DSH 工具插件,旨在爲不具備 WSL 但已安裝 Git for Windows 的用戶提供 Git Bash 執行能力。該插件通過註冊 `gitbash` 工具,利用系統自帶的 `bash.exe` 替代原生 pwsh 或 WSL bash,無需依賴 WSL 環境。其核心功能包括自動探測多個安裝路徑、文件沙箱模式、超時控制(默認 120 秒,上限 600 秒)、輸出截斷及後臺任務支持。後臺運行功能僅在開啓特定配置時暴露,沙箱權限升級需同時滿足 `sandbox_permissions` 與 `justification`
閱讀全文dsh-plugin-git-bash:讓 DSH 在 Windows 上默認使用 Git Bash
`dsh-plugin-git-bash` 是一個用於 DSH 的插件,旨在讓 Windows 環境下的 DSH 默認使用 Git for Windows Bash 替代 PowerShell,同時完整保留 DSH 原有的 `read-only`、`workspace-write` 和 `danger-full-access` 權限語義。該插件以 bundle layer 形式安裝至 DSH profile,不修改 DSH 主安裝目錄,支持 `standard`、`code`、`cordis` 和 `minimal` preset 及 Web Agent 統一使用 Git Bash 執行命令。
閱讀全文Windows 也能跑 DSH 極簡模式:dsh-gitbash-preset 工作流插件
DSH 自帶極簡模式在 Windows 上因 PTY 平臺限制與 PATH 中缺少 bash 而難以使用。社區插件 dsh-gitbash-preset 一鍵安裝「極簡模式 (Git Bash)」預設,將 bash 調用映射到 Git for Windows 的 MSYS shell,保留 str_replace_editor 雙工具面,並配合沙箱感知門控。本文介紹其痛點背景、核心能力、安裝命令與典型用法,適合在 Windows 上跑 DSH Web 版的開發者參考。
閱讀全文使用 dsh-gitbash-preset 在 Windows 上啓用 DeepSeek Harness 極簡模式
dsh-gitbash-preset 是 liceses 維護的 DeepSeek Harness 社區插件(MIT,npm 包名 @icelily/dsh-gitbash-preset,當前 0.1.2)。它把官方極簡模式的 bash 調用映射到 Git for Windows 的 MSYS shell,用每次 bash -c 繞開 win32 上 PTY 不可用的限制,並做沙箱感知門控。本文依據插件目錄頁、GitHub 源碼與 npm 說明,整理安裝命令、預設用法、探測路徑與注意事項。
閱讀全文